{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "

Bryn Mawr College
\n", "CS 110: Introduction to Computing
\n", "Spring 2015

\n", "\n", "

Professor Douglas Blank

\n", "\n", "* General Information\n", "* Syllabus and Schedule\n", "* Text and Software\n", "* Course Policies\n", "* Reference Links" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# General Information\n", "\n", " Item | Description\n", "--|--\n", "**Instructor** | Doug Blank\n", "**Office hours** | Tuesday 9:30am - 11:00am\n", "**E-Mail** | dblank@cs.brynmawr.edu \n", "**Website** | http://cs.brynmawr.edu/cs110db\n", "**Lecture** | Monday/Wednesday 2:40pm - 4:00pm\n", "**Room** | Park 338\n", "**Open Lab** | Thursday 9:30am - 11:00am Park Room 231 (Computer Science Lab)\n", "**Lab Assistants**| http://cs.brynmawr.edu/Courses/cs110/spring2015jt/Spring2015TA-Hours.pdf\n", "**Grades** | http://moodle.brynmawr.edu/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Syllabus and Schedule\n", "\n", "**Course Description**: An introduction to the nature, subject matter and branches of computer science as an academic discipline, and the nature, development, coding, testing, documenting and analysis of the efficiency and limitations of algorithms. Also includes the social context of computing (risks, liabilities, intellectual property and infringement).\n", "\n", "This semester, we will be exploring the creative aspects of coding as a context for learning the above concepts. You will exercise your creativity by designing programs in a language called, __Processing__. Processing is a new language/environment built upon the programming language Java and Javascript. Processing was created by artists, designers, and computer scientists to explore ideas of creative coding sing computer algorithms. We will also cover a variety of other topics, from bioinformatics to robotics. We will cover much of the entire text during this semester. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Schedule\n", "\n", "Week | Date | Topic | Assignment | Notes\n", "---- | ---- | ----- | ---------- | -----\n", "1 | Jan 21 | Introduction | For Monday do: https://www.processing.org/tutorials/gettingstarted/
After completing the tutorial, read Chapter 1 (Read pages 1-12, glance at 12-32) | [Processing Step 1](Notes/Processing%20Step%201.ipynb)\n", "2 | Jan 26 | Drawing Sketches | [Assignment1](Assignments/Assignment1.ipynb) | [Jan26](Notes/Jan26.ipynb), Chapter 2\n", "3 | Feb 2 | [Objects](Lectures/cs110_03.pdf) | [Assignment2](Assignments/Assignment2.ipynb) | [Feb2](Notes/Feb2.ipynb), [Feb4](Notes/Feb4.ipynb), Chapter 3\n", "4 | Feb 9 | [Study in Spirographics](Lectures/Study%20in%20Spirographics.ipynb) | [Assignment3](Assignments/Assignment3.ipynb) | Chapter 4\n", " | Feb 11 | [Bouncing Ball to Angry Birds](Lectures/Bouncing Ball to Angry Birds.ipynb) | | Chapter 5\n", "5 | Feb 16 | [Visualization, part 1](Lectures/Visualization.ipynb) | [Assignment4](Assignments/Assignment4.ipynb) |\n", " | Feb 18 | [Visualization, part 2](Lectures/Visualization2.ipynb) | | \n", "6 | Feb 23 | [Genetic Algorithm](Lectures/Genetic Algorithm.ipynb) | Work on Collecting Data, Visualization | Chapter 5\n", " | Feb 25 | [Visualization, part 3](Lectures/Visualization3.ipynb) | |\n", "7 | Mar 2 | Review | | Chapter 1 - 5\n", " | Mar 4 | Exam #1 | | Covers Chapter 1 - 5\n", "8 | Mar 9 | Spring Break! | |\n", "9 | Mar 16 | [Object Oriented Programming](Lectures/Object%20Oriented%20Programming.ipynb) | [Assignment5](Assignments/Assignment5.ipynb) | Install Processing, Chapter 1; Read Chapter 6. [Rag Dolls and Tapestries](Notes/Rag Dolls and Tapestries.ipynb)\n", "10 | Mar 23 | Object Oriented Programming, continued | [Assignment6](Assignments/Assignment6.ipynb) | [Termites](Notes/Termites.ipynb), [Infectious Diseases](Notes/Infectious Diseases.ipynb)\n", " | Mar 25 | [OOP Practice](Notes/OOP%20Practice.ipynb) | | See Chapter 6 for discussion of OOP\n", "11 | Mar 30 | State and Perspective | [Assignment7](Assignments/Assignment7.ipynb) | See Chapter 11 for discussion of Projection\n", " | Apr 1 | [Sorting](Notes/Sorting.ipynb) | | See Chapter 5 (apge 158) and Chapter 7 (page 252) for discussions of sorting\n", "12 | Apr 6 | [Robot control](Lectures/Robot%20Control.ipynb) | [Robot.pde](http://cs.brynmawr.edu/~dblank/Robot.pde), [World.pde](http://cs.brynmawr.edu/~dblank/World.pde), [Hit.pde](http://cs.brynmawr.edu/~dblank/Hit.pde): [Assignment 8](Lectures/Robot%20Control.ipynb) | [Additional notes on Sorting, Java, and Tutor](Notes/Java%20and%20Tutor.ipynb)\n", " | Apr 8 | Image Processing | [Assignment 9](Lectures/Image%20Processing.ipynb) | [Robot Practice](Notes/Robot%20Practice.ipynb), Chapter 9 and Chapter 10 (Convolution, page 390)\n", "13 | Apr 13 | Vision and Images | [Photoshop-like Functions](Lectures/Photoshop-like%20Functions.ipynb) | Chapter 10\n", "14 | Apr 20 | [What is Computer Science?](Lectures/What%20is%20Computer%20Science.ipynb) | Tie up loose ends | \n", "15 | Apr 27 | Review | [Jeopardy!](Notes/Jeopardy%20Review.ipynb) | Chapters 1 - 5, 6, 9 - 11\n", " | Apr 29 | Exam || Chapters 1 - 5, 6, 9 - 11\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Important Dates\n", "\n", "* January 20: First lecture\n", "* March 4: Exam 1\n", "* April 29: Exam 2/Last lecture" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Text and Software\n", "\n", "_Processing: Creative Coding & Generative Art in Processing 2_ by Ira Greenberg, Dianna Xu, Deepak Kumar, Friends of ed, 2013. Available at the Campus Bookstore. Also at amazon for \\$40.94 \n", "A Kindle eBook is available for those comfortable learning from an eBook (Amazon price is \\$20.00). The Bryn Mawr Bookstore price is $44.99.\n", "\n", "Processing Software (This software is already installed in the Computer Science Lab). The software is also available for your own computer from Processing web site (http://www.processing.org). Download the latest stable 2.X version for your own computer/Operating System.\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Course Policies\n", "\n", "## Participation\n", "\n", "Attendance and active participation are expected in every class. Participation includes asking questions, contributing answers, proposing ideas, and providing constructive comments.\n", "\n", "As you will discover, we are proponents of two-way communication and we welcome feedback during the semester about the course. We are available to answer student questions, listen to concerns, and talk about any course-related topic (or otherwise!). Come to office hours! This helps us get to know you. You are welcome to stop by and chat. There are many more exciting topics to talk about that we won't have time to cover in-class.\n", "\n", "Although computer science work can be intense, please stay in touch with us, particularly if you feel stuck on a topic or project and can't figure out how to proceed. Often a quick e-mail, phone call or face-to-face conference can reveal solutions to problems and generate renewed creative and scholarly energy. It is essential that you begin assignments early, since we will be covering a variety of challenging topics in this course.\n", "\n", "\n", "## Grading\n", "\n", "There will be about seven assignments, weighted equally in the final grading. Assignments must be submitted according to the Assignment Submission instructions. You should pay careful attention to the Code Formatting Standards and Grading Policy when doing your assignments. The grading structure for individual assignments is broken down in the Grading Policy.\n", "\n", "At the end of the semester, final grades will be calculated as a weighted average of all grades according to the following weights:\n", "\n", "Item | Percentage\n", "----- | ---------\n", "Exam 1|\t20%\n", "Exam 2|\t25%\n", "Assignments|\t55% \n", "Total|\t100%\n", "\n", "Incomplete grades will be given only for verifiable medical illness or other such dire circumstances.\n", "\n", "## Submission and Late Policy\n", "\n", "All work must be turned in either in hard-copy or electronic submission, depending on the instructions given in the assignment. E-mail submissions, when permitted, should request a \"delivery receipt\" to document time and date of submission. Extensions will be given only in the case of verifiable medical excuses or other such dire circumstances, if requested in advance and supported by your Academic Dean.\n", "\n", "**No assignment will be accepted after it is past due.**\n", "\n", "**No past work can be \"made up\" after it is due.**\n", "\n", "## Exams\n", "\n", "There will be two exams in this course. The exams will be closed-book and closed-notes. The exams will cover material from lectures, homeworks, and assigned readings (including topics not discussed in class).\n", "\n", "## Study Groups\n", "\n", "We encourage you to discuss the material and work together to understand it. Here are our thoughts on collaborating with other students:\n", "\n", "* The readings and lecture topics are group work. Please discuss the readings and associated topics with each other. Work together to understand the material. We highly recommend forming a reading group to discuss the material -- we will explore many ideas and it helps to have multiple people working together to understand them.\n", "* It is fine to discuss the topics covered in the homeworks, to discuss approaches to problems, and to sketch out general solutions. However, you MUST write up the homework answers, solutions, and programs individually without sharing specific solutions, mathematical results, program code, etc. If you made any notes or worked out something on a white board with another person while you were discussing the homework, you shouldn't use those notes while writing up your answer.\n", "* You should not show your code to other students before it is submitted. After it has been submitted, we will share and demonstrate code.\n", "* You may discuss high-level code ideas with others.\n", "\n", "If you have any questions as to what types of collaborations are allowed, please feel free to ask." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Reference Links\n", "\n", "* Grades: http://moodle.brynmawr.edu/" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto Processing", "language": "processing", "name": "calysto_processing" }, "language_info": { "codemirror_mode": { "name": "text/x-java", "version": 2 }, "file_extension": ".java", "mimetype": "text/x-java", "name": "java" } }, "nbformat": 4, "nbformat_minor": 0 }